Obtains the attributes that decorates a class.

Name Description
GetAttributes<TAtribute>(this Assembly) Obtains the attributes that decorates assemblies.
GetAttributes<TAtribute>(this MemberInfo) Obtains the attributes that decorates class members like methods, properties or fields.
GetAttributes<TAtribute>(this Module) Obtains the attributes that decorates modules.
GetAttributes<TAtribute>(this ParameterInfo) Obtains the attributes that decorates method arguments.
GetAttributes<TAtribute>(this object) Obtains the attributes that decorates a class.